* {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  background: rgb(244, 218, 245);
  position: relative;
}

.footer {
  width: 100%;
  max-height: 50px;
  background: #c8b0f7;
  position: relative;
  bottom: 0px;
  align-items: center;
  text-align: center;
  vertical-align: bottom;
}

.footer-text {
  vertical-align: middle;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}

.logo {
  margin: 1rem;
  border-radius: 100%;
  max-width: 85px;
  max-height: 85px;
}

.nav-links {
  flex: 1;
  text-align: center;
}

nav {
  background-color: #c8b0f7;
  height: 90px;
  display: flex;
  padding: 0% 2%;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}

nav ul li {
  vertical-align: middle;
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
}

nav ul li a {
  text-decoration: none;
  color: black;
  padding: 8px 8px 8px 8px;
  vertical-align: middle;
}

nav ul li a:hover {
  text-decoration: underline;
  font-weight: bold;
}

body {
  background-color: rgb(244, 218, 245);
}

.text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}

.heading {
  font-size: 55px;
  color: black;
}

.heading span {
  font-style: italic;
  font-size: 30px;
}

.audio-details {
  font-family: "Dancing Script", cursive;
  font-size: 20px;
}

.audio {
  float: left;
  padding-left: 10px;
}

.podcast {
  float: right;
  padding-right: 10px;
}

.content {
  min-height: 150vh;
}

.audio-heading {
  font-family: "Dancing Script", cursive;
  font-size: 50px;
  font-weight: 900;
}
